projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc11fb7
)
meson: fix GETTEXT_PACKAGE
author
Tim-Philipp Müller
<tim@centricular.com>
Wed, 22 Mar 2017 18:32:36 +0000
(18:32 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 3 May 2017 14:10:55 +0000
(15:10 +0100)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index caf80a7a08cd6ea80175ec80a55e4001a5704dfc..7afc9e116885628e5bf93ded8cfe1a78b6682d90 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-81,7
+81,7
@@
cdata.set('PACKAGE_VERSION', '"'+meson.project_version()+'"')
cdata.set('GTK_LOCALEDIR', '"'+get_option('localedir')+'"')
cdata.set('GTK_DATADIR', '"'+get_option('datadir')+'"')
cdata.set('GTK_LIBDIR', '"'+get_option('libdir')+'"')
-cdata.set('GETTEXT_PACKAGE', '"gtk
3
0"')
+cdata.set('GETTEXT_PACKAGE', '"gtk
4
0"')
cdata.set('GTK_MAJOR_VERSION', gtk_major_version)
cdata.set('GTK_MINOR_VERSION', gtk_minor_version)
cdata.set('GTK_MICRO_VERSION', gtk_micro_version)